Skip to content

Conversation

@sbuerk
Copy link
Member

@sbuerk sbuerk commented Jun 10, 2025

Direct PHP API Client package dependency is now replaced with
the indirect dependency using web-vision/deeplcom-deepl-php
as shared extension allowing to have more then one extension
released in TER requiring that dependency and bundling client
package for TER uploade is removed along the way.

Used command(s):

BIN_COMPOSER="$(which composer)" && \
${BIN_COMPOSER} remove --no-update \
  'deeplcom/deepl-php' && \
${BIN_COMPOSER} require --no-update \
  'web-vision/deeplcom-deepl-php':'^1.12.0'

…nsion

Direct PHP API Client package dependency is now replaced with
the indirect dependency using `web-vision/deeplcom-deepl-php`
as shared extension allowing to have more then one extension
released in TER requiring that dependency and bundling client
package for TER uploade is removed along the way.

Used command(s):

```shell
BIN_COMPOSER="$(which composer)" && \
${BIN_COMPOSER} remove --no-update \
  'deeplcom/deepl-php' && \
${BIN_COMPOSER} require --no-update \
  'web-vision/deeplcom-deepl-php':'^1.12.0'
```
@sbuerk sbuerk merged commit e067737 into main Jun 10, 2025
9 checks passed
@sbuerk sbuerk deleted the stefan-1 branch June 10, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants